home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 July / EnigmA AMIGA RUN 20 (1997)(G.R. Edizioni)(IT)[!][issue 1997-07 & 08][EAR-CD IV].iso / earcd / mus / play / splibdev.lha / superplay-lib_DEV / Programmers / include / pragmas / superplay_pragmas.h < prev   
C/C++ Source or Header  |  1997-04-03  |  1KB  |  35 lines

  1. /*
  2. **      $VER: superplay_pragmas.h 5.1 (8.8.96)
  3. **
  4. **      pragmas for superplay.library
  5. **
  6. **      (C) Copyright 1994-96 Andreas R. Kleinert
  7. **      All Rights Reserved.
  8. */
  9.  
  10. #ifndef PRAGMAS_SUPERPLAY_H
  11. #define PRAGMAS_SUPERPLAY_H
  12.  
  13. #pragma libcall SuperPlayBase SPL_AllocHandle      1e 901
  14. #pragma libcall SuperPlayBase SPL_FreeHandle       24 901
  15. #pragma libcall SuperPlayBase SPL_StopReplay       2a 901
  16. #pragma libcall SuperPlayBase SPL_FreeResources    30 901
  17. #pragma libcall SuperPlayBase SPL_SuperPlay        36 a902
  18. #pragma libcall SuperPlayBase SPL_SuperWrite       3c a902
  19. #pragma libcall SuperPlayBase SPL_InitHandleAsDOS  42 a902
  20. #pragma libcall SuperPlayBase SPL_InitHandleAsClip 48 a902
  21. #pragma libcall SuperPlayBase SPL_SetWriteType     4e ba903
  22. #pragma libcall SuperPlayBase SPL_GetErrorString   54 901
  23. #pragma libcall SuperPlayBase SPL_SetWriteName     5a ba903
  24. #pragma libcall SuperPlayBase SPL_FileInfoRequest  60 ba903
  25. #pragma libcall SuperPlayBase SPL_SetReqIOWindow   66 a902
  26. #pragma libcall SuperPlayBase SPL_ReadPlayData     6c a902
  27. #pragma libcall SuperPlayBase SPL_ContinueReplay   72 901
  28. #pragma libcall SuperPlayBase SPL_FastForward      78 901
  29. #pragma libcall SuperPlayBase SPL_FastBackward     7e 901
  30. #pragma libcall SuperPlayBase SPL_GetSampleList    84 a902
  31. #pragma libcall SuperPlayBase SPL_SetSampleList    8a a902
  32. #pragma libcall SuperPlayBase SPL_GetFileType      90 ba903
  33.  
  34. #endif /* PRAGMAS_SUPERPLAY_H */
  35.